SelectionIndex Property (FlexChartCore<T>)
In This Topic
Gets or sets the index of selected chart series.
Syntax
'Declaration
Public Property SelectionIndex As System.Nullable(Of Integer)
'Usage
Dim instance As FlexChartCore(Of T)
Dim value As System.Nullable(Of Integer)
instance.SelectionIndex = value
value = instance.SelectionIndex
public System.Nullable<int> SelectionIndex {get; set;}
public read-write property SelectionIndex: System.Nullable;
public function get,set SelectionIndex : System.Nullable
public: __property System.Nullable<int> get_SelectionIndex();
public: __property void set_SelectionIndex(
System.Nullable<int> value
);
public:
property System.Nullable<int> SelectionIndex {
System.Nullable<int> get();
void set ( System.Nullable<int> value);
}
See Also